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
/
librustc_session
Age
Commit message (
Expand
)
Author
Lines
2020-05-06
Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic
Dylan DPC
-2
/
+2
2020-05-06
Define UB in float-to-int casts to saturate
Mark Rousskov
-2
/
+2
2020-05-05
Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe
Dylan DPC
-0
/
+46
2020-05-04
Add Option to Force Unwind Tables
Sam Elliott
-0
/
+46
2020-05-03
Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk
bors
-1
/
+47
2020-05-03
fmt
Ralf Jung
-1
/
+1
2020-05-03
warn about each skipped feature gate
Ralf Jung
-21
/
+27
2020-05-03
Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkov
Dylan DPC
-0
/
+16
2020-05-03
Implement `confusable_idents` lint.
Charles Lew
-0
/
+16
2020-05-02
fix miri-unleash delayed sanity checking
Ralf Jung
-9
/
+14
2020-05-02
make sure the miri-unleash-flag is not used to circumvent feature gates
Ralf Jung
-1
/
+36
2020-05-02
cleanup: `config::CrateType` -> `CrateType`
Vadim Petrochenkov
-20
/
+20
2020-05-01
Rename `bitcode-in-rlib` option to `embed-bitcode`
Alex Crichton
-6
/
+4
2020-04-29
Remove Session::no_landing_pads()
Amanieu d'Antras
-3
/
+0
2020-04-29
Remove -Z no-landing-pads flag
Amanieu d'Antras
-3
/
+1
2020-04-26
rustc_target: Stop using "string typing" for TLS models
Vadim Petrochenkov
-8
/
+21
2020-04-26
rustc-book: Document `-C relocation-model`
Vadim Petrochenkov
-1
/
+2
2020-04-26
rustc_target: Stop using "string typing" for relocation models
Vadim Petrochenkov
-12
/
+21
2020-04-23
Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnison
Dylan DPC
-0
/
+7
2020-04-23
Create new rustdoc lint to check for code blocks tags
Guillaume Gomez
-0
/
+7
2020-04-22
Alphabetize the `-C` and `-Z` options.
Nicholas Nethercote
-270
/
+294
2020-04-22
Add a new option `-Cbitcode-in-rlib`.
Nicholas Nethercote
-0
/
+12
2020-04-20
Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov
bors
-248
/
+232
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-4
/
+3
2020-04-19
Disallow values for `-C no-*` and `-Z no-*` options again.
Nicholas Nethercote
-24
/
+34
2020-04-19
Show defaults in options descriptions.
Nicholas Nethercote
-99
/
+109
2020-04-19
Replace uses of `parse_opt_*` with `parse_*` where possible.
Nicholas Nethercote
-39
/
+37
2020-04-19
Make option type descriptions non-optional.
Nicholas Nethercote
-59
/
+38
2020-04-19
Tweak `parse_opt_uint`.
Nicholas Nethercote
-1
/
+1
2020-04-19
Fix the `-Zsanitizer_memory_track_origins` error message.
Nicholas Nethercote
-13
/
+7
2020-04-19
Clean up the list of parser descriptions.
Nicholas Nethercote
-7
/
+6
2020-04-19
Allow all boolean options to take values.
Nicholas Nethercote
-28
/
+22
2020-04-19
Make some option descriptions fit the usual pattern.
Nicholas Nethercote
-6
/
+6
2020-04-18
Add an option to inhibit automatic injection of profiler_builtins
Amanieu d'Antras
-0
/
+2
2020-04-17
Make -Zprofile set codegen-units to 1
Amanieu d'Antras
-1
/
+11
2020-04-11
Depend on getopts from crates.io
Luca Barbieri
-6
/
+3
2020-04-09
mark a temporary hack as such
Ralf Jung
-1
/
+3
2020-04-07
rustc_session: forbid lints override regardless of position
Tobias Thiel
-1
/
+7
2020-04-07
Speed up path searching with `find_library_crate`.
Nicholas Nethercote
-13
/
+39
2020-04-04
Do not lose or reorder user-provided linker arguments
Vadim Petrochenkov
-5
/
+13
2020-04-04
Auto merge of #69718 - arlosi:debughash, r=eddyb
bors
-38
/
+63
2020-04-03
Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakis
bors
-0
/
+7
2020-04-03
Minor follow-up after renaming librustc(_middle)
Yuki Okushi
-4
/
+5
2020-04-02
Add hash of source files in debug info
Arlo Siemsen
-38
/
+63
2020-04-02
Translate the virtual `/rustc/$hash` prefix back to a real directory.
Eduard-Mihai Burtescu
-0
/
+30
2020-04-01
Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco
Mazdak Farrokhzad
-0
/
+2
2020-03-31
Make the rustc respect the `-C codegen-units` flag in incremental mode.
Michael Woerister
-0
/
+7
2020-03-31
more clippy fixes
Matthias Krüger
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-2
/
+2
[next]