Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
6e5fa2c570ac2f17ac1df840d060fc8aab521a07
6e5fa2c
Update bindgen to 0.54.0 (#326)
by Kornelijus Survila
· 5 years ago
ddd8dae
Add a cargo_build_script_run rule (#320)
by Damien Martin-Guillerez
· 5 years ago
bfb0dcc
add flag to allow putting out binary whenever (#312)
by Rei Shimizu
· 5 years ago
cd73f34
Support CARGO_BIN_EXE env vars (#322)
by Daniel Wagner-Hall
· 5 years ago
6d00e25
Fix rustc_lib srcs glob and allow it to be empty. (#323)
by Wyatt Calandro
· 5 years ago
57c6f4e
Fix bug found in proto toolchain docs (#317)
by David Freese
· 5 years ago
417cd83
Allow edition to be specified in rust_repository_set (#319)
by David Freese
· 5 years ago
619fcab
rust: add rust_test_binary rule (#316)
by Tom Milligan
· 5 years ago
60b89d0
rustc: add arbitrary environment variables (#314)
by Tom Milligan
· 5 years ago
6835a3c
When inferring crate root, take the match with shortest filepath (#313)
by David Tolnay
· 5 years ago
8d3cb68
Update proto crates: protobuf to 2.8.2 and grpc-rust to 0.6.2 (#310)
by David Freese
· 5 years ago
1b4ea70
Revert "Merge branch 'master' into master"
by Colin Merkel
· 5 years ago
3b56004
Merge branch 'master' into master
by Colin Merkel
· 5 years ago
e285f2b
Remove transition from binary/test/bench rules, add to grpc/proto (#309)
by David Freese
· 5 years ago
3189246
Allow specifying rust versions (#307)
by Louis Taylor
· 5 years ago
0deef6d
Define default value for extra_target_triples (#308)
by David Tolnay
· 5 years ago
0369b8e
Add proc macro example, propagate crate-type through rustdoc (#303)
by Sean Klein
· 5 years ago
a1d8936
Add cfg = proc_macro_host_transition to all rules (#301)
by David Freese
· 5 years ago
fe50d3b
Pull/expose rustfmt binaries (#291)
by Colin Atkinson
· 5 years ago
d97f996
Include crate versions in progress messages (#297)
by Kornelijus Survila
· 5 years ago
5a679d4
Support hyphens in target names (#295)
by David Tolnay
· 5 years ago
6e87304
Update nightly rust (#293)
by Colin Merkel
· 5 years ago
e0dcca4
Add sha256 argument to load_arbitrary_tool (#292)
by Lee Mracek
· 5 years ago
a1bfa0d
Allow deps to be renamed (#285)
by Greg Bowyer
· 5 years ago
a9103cd
Fix: Use up to date stardoc to avoid build errors (#289) (#290)
by Greg Bowyer
· 5 years ago
959ba56
rust/private/dummy_cc_toolchain: be explicit about the repository (#277)
by Klaus Aehlig
· 5 years ago
3251240
Rename wasm_transition to be more accurate (#272)
by Lee Mracek
· 5 years ago
200e7d7
Mirror all http_archives. (#269)
by Philipp Wollermann
· 5 years ago
a691399
Bump Rust version to 1.39.0 (#273)
by ok32
· 5 years ago
ec436b5
Fix bzl loads (#262)
by Marcel Hlopko
· 5 years ago
0e631fb
Update protobuf (#261)
by Marcel Hlopko
· 5 years ago
b94d3a4
fix: add all_files to the dummy cc_toolchain (#265)
by Zhongming Qu
· 5 years ago
fe9a91e
Run buildifier to reformat bzl/BUILD files (#260)
by Marcel Hlopko
· 5 years ago
c2ca4b7
Migrate rules_rust for incompatible_use_platforms_repo_for_constraints
by Marcel Hlopko
· 5 years ago
1920386
Add badge for incompatible flag pipeline (#259)
by Marcel Hlopko
· 5 years ago
7cde1e4
Add support for wasm-bindgen. (#240)
by John Edmonds
· 5 years ago
5c0e90a
Explicitly provide rustc the paths to the standard library. (#258)
by wildarch
· 5 years ago
29acd8f
Update setup instructions (#254)
by Laurent Le Brun
· 6 years ago
55f7701
Use C++ environment variables when constructing link command line (#252)
by Marcel Hlopko
· 6 years ago
f727669
Update rules_rust dependency on skydoc (#248)
by c-parsons
· 6 years ago
05bd7d1
Make rust_proto_library not require the proto_library.proto_source_root attribute. (#246)
by lberki
· 6 years ago
7caeda2
Add allow_empty to glob, as the patterns don't necessarily match something (#245)
by Laurent Le Brun
· 6 years ago
949b5d6
Use empty dictionary instead of None for kwargs (#244)
by vitalyd
· 6 years ago
c06ab74
Replace the deprecated proto_source_root attribute. (#241)
by lberki
· 6 years ago
d951d12
Replace the legacy .proto. provider with the new ProtoInfo. (#242)
by lberki
· 6 years ago
3cd4c63
Make rust_proto_library work with proto_library rules using import_prefix / strip_import_prefix . (#239)
by lberki
· 6 years ago
3fac9fe
Bump Rust to 1.35.0. (#236)
by Gus Prevas
· 6 years ago
8417c89
Update code for compatibility to Bazel 0.27 (#232)
by Laurent Le Brun
· 6 years ago
adccbba
Add CARGO_CFG_TARGET_OS and CARGO_CFG_TARGET_ARCH to rustc environment variables. (#230)
by John Edmonds
· 6 years ago
8a098fd
Fix failure to build without iterable depset pt. 2 (#225)
by Lee Mracek
· 6 years ago
8fc3c3b
Migrate for Bazel's --incompatible_require_ctx_in_configure_features (#224)
by Marcel Hlopko
· 6 years ago
60a2654
Add cc toolchain files to rustc dependencies (for linker) (#217)
by Lee Mracek
· 6 years ago
d28b121
Convert to list before checking if header fulfilled (#221)
by Lee Mracek
· 6 years ago
761ef8f
update pin to bazel toolchains repo (#216)
by Nicolas Lopez
· 6 years ago
a450316
Fix symlink resolution in runfiles.rs (#214)
by Marco Farrugia
· 6 years ago
81076de
Don't test on Ubuntu 14.04 (#215)
by Philipp Wollermann
· 6 years ago
2215277
Make it possible for unit tests to have dev deps (#203)
by Greg Bowyer
· 6 years ago
b3cc7e4
#190, #200 :: Migrate to new cc provider. (#209)
by Marco Farrugia
· 6 years ago
e6aea30
Use ProtoInfo instead of legacy .proto attr (#211)
by Marco Farrugia
· 6 years ago
851f70f
Bump Rust to 1.33.0 (#210)
by mjduijn
· 6 years ago
4243769
Add linker_script option to rust_binary (#208)
by Lee Mracek
· 6 years ago
5fa9b10
Update bazel toolchains pin and add toolchain config target (#201)
by Nicolas Lopez
· 6 years ago
4b2e0df
Add renovate.json (#198)
by Renovate Bot
· 6 years ago
6fcdcb9
Update version of stardoc (#196)
by Damien Martin-Guillerez
· 6 years ago
c5d08a4
Update bazel-toolchains version (#194)
by Marcel Hlopko
· 6 years ago
e29cc33
Test the examples on Bazel's CI (#193)
by Philipp Wollermann
· 6 years ago
5ba0daf
Pass in correct include directories to bindgen (#192)
by Kornelijus Survila
· 6 years ago
8c8894f
Fix the label for Clang's BUILD file (#191)
by Kornelijus Survila
· 6 years ago
1ced2c2
Add rule for bindgen (#102) (#108)
by Marco Farrugia
· 6 years ago
3231110
Take 'default_edition' as an optional parameter of BUILD_for_rust_toolchain. (#188)
by Marco Farrugia
· 6 years ago
e19114f
Create CODEOWNERS (#187)
by Dmitry Lomov
· 6 years ago
5894d35
Fix setup snippet in the README (#167) (#184)
by Marco Farrugia
· 6 years ago
f32695d
Establish `CARGO_MANIFEST_DIR` (#180)
by Greg Bowyer
· 6 years ago
ac74cc1
Change dash to underscore in generated filenames (#178)
by mjduijn
· 6 years ago
b74f9e5
Update dependency (#182)
by Laurent Le Brun
· 6 years ago
1819a58
Small README grammar fixes (#181)
by John Edmonds
· 6 years ago
1ac4b0d
Fix proto readme example code (#177)
by mjduijn
· 6 years ago
84aa676
Get stardoc working and update docs. #140 (#174)
by Marco Farrugia
· 6 years ago
23ab9d5
Proto: documentation to change dependencies (#173)
by Damien Martin-Guillerez
· 6 years ago
41b208b
Update links to crates in documentation (#175)
by mjduijn
· 6 years ago
3228ccd
Add edition support to rules and toolchains. (#157) (#168)
by Marco Farrugia
· 6 years ago
fc9988d
More bazel --incompatible fixes (#161) (#169)
by Marco Farrugia
· 6 years ago
db81b42
Update dependencies, fix a few incompatible issues (#166)
by Laurent Le Brun
· 6 years ago
d4e9066
Update bazel-toolchains pin (#165)
by Marcel Hlopko
· 6 years ago
2add4bb
Protobuf support: support proto_source_root attribute (#164)
by Damien Martin-Guillerez
· 6 years ago
add17a1
Use http_archive for protobuf repository (#163)
by Damien Martin-Guillerez
· 6 years ago
60c3627
Cleanups for compatibility with future Bazel releases (#162)
by Laurent Le Brun
· 6 years ago
a04407d
Clean-up the output directory before creating it(#159)
by Damien Martin-Guillerez
· 6 years ago
3cc196d
doc: change reference to proto_compile into proto_library (#158)
by Damien Martin-Guillerez
· 6 years ago
7b47f55
Fix rust_doc_test with transitive dependencies and add tests for it (#155)
by Damien Martin-Guillerez
· 6 years ago
e008ebe
Protobuf support (#92)
by Damien Martin-Guillerez
· 6 years ago
82a7bc0
Update known_shas to recent versions (#156)
by Damien Martin-Guillerez
· 6 years ago
78fc36d
fix: corner case in indirect crate dependencies (#154)
by Damien Martin-Guillerez
· 6 years ago
a672892
Test rustc flag and feature flags (#153)
by Damien Martin-Guillerez
· 6 years ago
9a3de26
STATIC_RUST_URL sets the static.rust-lang.org URL (#143)
by Damien Martin-Guillerez
· 6 years ago
4188d27
Replace usages of `ctx.action` with `ctx.actions.{run, run_shell}` (#151)
by Marco Farrugia
· 6 years ago
4a9d0e0
Update bazel_toolchains pin. (#147)
by Xin
· 7 years ago
5ec0b83
Add builtin rust platform decls with examples (#144)
by Alex McArther
· 7 years ago
2231755
Fix version check in rustc.bzl (#146)
by Marcel Hlopko
· 7 years ago
981d217
Do not crash on using version check with development version of bazel. (#145)
by Marcel Hlopko
· 7 years ago
Next »