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
/
compiler
/
rustc_interface
/
src
/
passes.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-05
Handle `rustc_interface` cases of `rustc::potential_query_instability` lint
ismailarilik
-1
/
+0
2024-10-02
restore prior more readable suggestion
Jacob Kiesel
-5
/
+6
2024-10-01
Restore prior behavior with less duplicate info in dep file
Jacob Kiesel
-21
/
+14
2024-10-01
Write two newlines intentionally
Jacob Kiesel
-2
/
+1
2024-10-01
no need to comma delimit this, it's already space delimited
Jacob Kiesel
-2
/
+2
2024-10-01
Fix bug in depinfo output
Jacob Kiesel
-1
/
+2
2024-10-01
Pile all the checksum info into a comment that goes in the same order as the ...
Jacob Kiesel
-13
/
+20
2024-10-01
add unstable support for outputting file checksums for use in cargo
Jacob Kiesel
-14
/
+91
2024-09-27
Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...
Matthias Krüger
-1
/
+1
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-1
/
+1
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-16
/
+12
2024-09-10
Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida...
Michael Goulet
-1
/
+1
2024-09-02
chore: Fix typos in 'compiler' (batch 1)
Alexander Cyon
-1
/
+1
2024-08-26
Remove some unnecessary TODOs
Michael Goulet
-2
/
+0
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-0
/
+16
2024-08-08
Add comment that bors did not see pushed before it merged
Michael Goulet
-1
/
+7
2024-08-03
Make validate_mir pull optimized/ctfe MIR for all bodies
Michael Goulet
-0
/
+7
2024-07-29
Structured suggestion for `extern crate foo` when `foo` isn't resolved in import
Esteban Küber
-1
/
+7
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+10
2024-06-22
Inline write_dep_info query
bjorn3
-1
/
+1
2024-06-22
Clarify visibility of several rustc_interface passes
bjorn3
-2
/
+2
2024-06-22
Move has_errors_or_delayed_bugs check into start_codegen
bjorn3
-2
/
+9
2024-06-22
Call check_for_rustc_errors_attr from start_codegen
bjorn3
-1
/
+38
2024-06-22
Move almost all code from Queries::global_ctxt into passes::create_global_ctxt
bjorn3
-23
/
+68
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-1
/
+1
2024-06-06
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
Rémy Rakic
-1
/
+1
2024-06-05
Make top-level `rustc_parse` functions fallible.
Nicholas Nethercote
-3
/
+5
2024-06-05
Inline and remove `parse_crate{,_attrs}_from_{file,source_str}`.
Nicholas Nethercote
-6
/
+9
2024-06-03
check_is_object_safe -> is_object_safe
Michael Goulet
-1
/
+1
2024-05-23
Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726
bors
-0
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_interface`.
Nicholas Nethercote
-0
/
+1
2024-05-22
rustc: Use `tcx.used_crates(())` more
Vadim Petrochenkov
-1
/
+1
2024-05-03
Remove some low-value `use` renamings.
Nicholas Nethercote
-4
/
+2
2024-04-15
Do check_coroutine_obligations once per typeck root
Michael Goulet
-1
/
+3
2024-04-12
linker: Remove laziness and caching from native search directory walks
Vadim Petrochenkov
-1
/
+1
2024-04-12
linker: Avoid some allocations in search directory iteration
Vadim Petrochenkov
-1
/
+3
2024-04-08
Ensure we do not accidentally insert new early aborts in the analysis passes
Oli Scherer
-13
/
+12
2024-04-03
Remove MIR unsafe check
Matthew Jasper
-3
/
+0
2024-03-27
Add a `CurrentGcx` type to let the deadlock handler access `TyCtxt`
John Kåre Alsaker
-0
/
+1
2024-03-11
Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"
Oli Scherer
-18
/
+15
2024-03-11
Run a single huge `par_body_owners` instead of many small ones after each other.
Oli Scherer
-14
/
+17
2024-03-11
Never bail out early while running all the type check queries
Oli Scherer
-1
/
+1
2024-03-07
Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov
Guillaume Gomez
-8
/
+10
2024-03-07
Rollup merge of #122066 - mu001999:clean, r=oli-obk
Guillaume Gomez
-0
/
+5
2024-03-06
Add proper cfgs for struct HirIdValidator used only with debug assertions
r0cky
-0
/
+5
2024-03-05
Avoid using feed_unit_query from within queries
Oli Scherer
-8
/
+8
2024-03-05
Remove a use of feed_local_crate and make it fail if used within queries
Oli Scherer
-0
/
+2
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-8
/
+8
2024-02-22
Replace unnecessary `abort_if_errors`.
Nicholas Nethercote
-3
/
+1
[next]