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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_session
/
src
/
session.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-02
Add explanation for ctfe_backtrace lock
bjorn3
-0
/
+3
2021-09-02
Remove print_fuel_crate field of Session
bjorn3
-6
/
+1
2021-09-02
Remove optimization_fuel_crate from Session
bjorn3
-6
/
+1
2021-08-27
Remove `Session.if_let_suggestions`
Aaron Hill
-4
/
+0
2021-08-25
Rollup merge of #88218 - Aaron1011:missing-method-dyn, r=nagisa
Léo Lanteri Thauvin
-4
/
+0
2021-08-21
Remove `Session.trait_methods_not_found`
Aaron Hill
-4
/
+0
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-33
/
+5
2021-08-15
Include (potentially remapped) working dir in crate hash
Aaron Hill
-14
/
+1
2021-08-10
Replace #[plugin_registrar] with exporting __rustc_plugin_registrar
bjorn3
-6
/
+0
2021-08-07
Rollup merge of #87761 - rusticstuff:rustc_error_overflow, r=Mark-Simulacrum
Yuki Okushi
-2
/
+1
2021-08-05
Remove warnings/errors from compiler when using typeck_body in rustdoc span m...
Guillaume Gomez
-0
/
+4
2021-08-04
Fix overflow in rustc happening if the `err_count()` is reduced in a stage.
Hans Kratz
-2
/
+1
2021-07-29
Remove unused field `Session.system_library_path`
Aaron Hill
-5
/
+0
2021-07-23
Rename `known_attrs` to `expanded_inert_attrs` and move to rustc_expand
Aaron Hill
-10
/
+0
2021-07-20
Allow combining -Cprofile-generate and -Cpanic=unwind when targeting
Michael Woerister
-20
/
+1
2021-07-11
Simplify future incompatible reporting.
Eric Huss
-19
/
+2
2021-07-06
Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis
bors
-1
/
+11
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-13
/
+13
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-0
/
+14
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-38
/
+2
2021-07-01
New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w...
Ryan Levick
-0
/
+10
2021-06-30
Add support for leaf fn frame pointer elimination
Simonas Kazlauskas
-12
/
+0
2021-06-30
Force warnings even when can_emit_warnings == false
Ryan Levick
-1
/
+1
2021-06-17
Emit warnings for unused fields in custom targets.
Adam Bratschi-Kaye
-1
/
+4
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-13
/
+13
2021-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+2
2021-05-30
Auto merge of #85559 - 12101111:sanitizer-crt-static, r=nagisa
bors
-0
/
+8
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-13
/
+13
2021-05-29
Diagnose use sanitizers with crt-static
12101111
-0
/
+8
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-5
/
+9
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-1
/
+5
2021-05-09
Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisa
bors
-6
/
+7
2021-05-08
Remove unused `opt_span_warn` function
Joshua Nelson
-6
/
+0
2021-05-08
Make `Diagnostic::span_fatal` unconditionally raise an error
Joshua Nelson
-2
/
+2
2021-05-05
Use RealFileName for Session::working_dir as it may also be remapped
Andy Wang
-5
/
+9
2021-05-02
Remove dummy_config
bjorn3
-1
/
+5
2021-04-27
Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH option
Joshua Nelson
-30
/
+0
2021-04-25
Merge remote-tracking branch 'upstream/master' into impl-16351-nightly
Sean Cross
-120
/
+51
2021-04-20
Add an attribute to be able to configure the limit
Oli Scherer
-0
/
+16
2021-04-11
Allow using `-C force-unwind-tables=no` when `panic=unwind`
hyd-dev
-16
/
+9
2021-04-03
rustc: target: add sysroot to rust_target_path
Sean Cross
-6
/
+7
2021-04-03
Maintain supported sanitizers as a target property
Simonas Kazlauskas
-53
/
+16
2021-04-03
Move SanitizerSet to rustc_target
Simonas Kazlauskas
-2
/
+2
2021-03-27
Address more review comments
Joshua Nelson
-0
/
+41
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-89
/
+2
2021-03-26
Rollup merge of #83437 - Amanieu:asm_syntax, r=petrochenkov
Dylan DPC
-7
/
+0
2021-03-25
Refactor #82270 as lint instead of an error
Amanieu d'Antras
-7
/
+0
2021-03-25
Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry
bors
-0
/
+15
2021-03-23
Allow not emitting `uwtable` on Android
hyd-dev
-1
/
+1
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-0
/
+15
[next]