index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
doc
/
rustc
Age
Commit message (
Expand
)
Author
Lines
2020-08-24
[AVR] Replace 'avr-unknown-unknown' with 'avr-unknown-gnu-atmega328' in platf...
Dylan McKay
-1
/
+1
2020-08-18
Remove missing_fragment_specifier lint
Aleksey Kladov
-9
/
+0
2020-08-17
Mark x86_64-linux-kernel as *
Sasha
-1
/
+1
2020-08-14
Move CloudABI to tier 3.
Eric Huss
-1
/
+1
2020-08-12
Add a script to verify the Platform Support page is up-to-date.
Eric Huss
-8
/
+9
2020-08-11
Platform Support page updates.
Eric Huss
-193
/
+198
2020-08-11
Move forge platform-support to the rustc book.
Eric Huss
-0
/
+223
2020-07-25
Fix rustc docs typo.
16yuki0702
-1
/
+1
2020-07-14
Stabilize control-flow-guard codegen option
Andrew Paverd
-0
/
+12
2020-06-20
Clarify --extern documentation.
Adrian Taylor
-2
/
+10
2020-05-20
llvm: Expose tiny code model to users
Vadim Petrochenkov
-1
/
+1
2020-05-18
Rollup merge of #72290 - elichai:2020-doc-lto, r=wesleywiser
Dylan DPC
-6
/
+12
2020-05-17
Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu
bors
-2
/
+18
2020-05-17
Update linker-plugin-lto.md to contain up to rust 1.43
Elichai Turkel
-6
/
+12
2020-05-16
rustc-book: Document `-C code-model`
Vadim Petrochenkov
-2
/
+18
2020-05-11
cmdline: Make target features individually overridable
Vadim Petrochenkov
-1
/
+9
2020-05-05
Rollup merge of #71897 - alexcrichton:embed-bitcode-docs, r=nnethercote
Dylan DPC
-8
/
+36
2020-05-04
Improve docs for embed-bitcode and linker-plugin-lto
Alex Crichton
-8
/
+36
2020-05-04
Add Option to Force Unwind Tables
Sam Elliott
-0
/
+12
2020-05-01
Rename `bitcode-in-rlib` option to `embed-bitcode`
Alex Crichton
-33
/
+27
2020-04-29
Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote
bors
-20
/
+26
2020-04-29
Store LLVM bitcode in object files, not compressed
Alex Crichton
-20
/
+26
2020-04-26
rustc-book: Document `-C relocation-model`
Vadim Petrochenkov
-4
/
+39
2020-04-22
Alphabetize the `-C` and `-Z` options.
Nicholas Nethercote
-215
/
+215
2020-04-22
Add a new option `-Cbitcode-in-rlib`.
Nicholas Nethercote
-0
/
+20
2020-04-19
Disallow values for `-C no-*` and `-Z no-*` options again.
Nicholas Nethercote
-17
/
+6
2020-04-19
Improve codegen option docs.
Nicholas Nethercote
-84
/
+101
2020-04-09
Fix JSON file_name documentation for macros.
Eric Huss
-2
/
+5
2020-04-07
rustc_session: forbid lints override regardless of position
Tobias Thiel
-1
/
+1
2020-04-01
Update -Ccodegen-units docs wrt incr. comp. in rustc book.
Michael Woerister
-3
/
+2
2020-03-23
Reword unused variable warning
Alex Tokarev
-2
/
+2
2020-03-12
Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini
Mazdak Farrokhzad
-2
/
+2
2020-03-10
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
Santiago Pastorino
-1
/
+1
2020-03-10
Rename rustc_guide to rustc_dev_guide
Santiago Pastorino
-2
/
+2
2020-03-10
Rename rustc-guide to rustc-dev-guide
Santiago Pastorino
-1
/
+1
2020-03-07
Add new option to the documentation.
O01eg
-0
/
+1
2020-01-13
rustc: add lint level cli ordering into the documentation
Tobias Thiel
-0
/
+20
2019-12-01
rustc_lint: Remove lint `plugin_as_library`
Vadim Petrochenkov
-12
/
+0
2019-11-23
docs: fix lint name for `unused_variables`
Ivan Kozik
-1
/
+1
2019-11-08
Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk
Mazdak Farrokhzad
-104
/
+27
2019-11-07
Remove docs on --extern metadata precedence.
Eric Huss
-3
/
+2
2019-11-07
Update extern linking documentation.
Eric Huss
-7
/
+27
2019-11-07
Stabilize --extern flag without a path.
Eric Huss
-1
/
+6
2019-11-06
patterns_in_fns_without_body -> deny
Mazdak Farrokhzad
-40
/
+40
2019-11-06
parenthesized_params_in_types_and_modules -> error
Mazdak Farrokhzad
-25
/
+0
2019-11-06
safe_extern_static -> error
Mazdak Farrokhzad
-5
/
+0
2019-11-06
legacy_directory_ownership -> error
Mazdak Farrokhzad
-12
/
+0
2019-11-06
legacy_ctor_visibility -> error
Mazdak Farrokhzad
-35
/
+0
2019-11-03
Attempt to clarify LTO and codegen-units.
Eric Huss
-10
/
+21
2019-10-26
Be more specific with -C inline-threshold.
Eric Huss
-6
/
+14
[next]