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
Age
Commit message (
Expand
)
Author
Lines
2023-02-20
Use tcx queries instead of passing the values to `configure_and_expand`.
Oli Scherer
-13
/
+8
2023-02-20
Stuff a TyCtxt into the Resolver
Oli Scherer
-2
/
+1
2023-02-20
Run the resolver after TyCtxt construction
Oli Scherer
-38
/
+53
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-1
/
+4
2023-02-19
Make public API, docs algorithm-agnostic
Jacob Pratt
-1
/
+1
2023-02-16
Remove save-analysis.
Nicholas Nethercote
-1
/
+0
2023-02-14
Simplify expansion logic
Oli Scherer
-3
/
+3
2023-02-14
Inline the expansion query
Oli Scherer
-28
/
+23
2023-02-14
Remove BoxedResolver
Oli Scherer
-102
/
+18
2023-02-14
Separate the lifetime of the session and the arena in the resolver
Oli Scherer
-4
/
+10
2023-02-13
rustc_resolve: Remove `Resolver::clone_output`
Vadim Petrochenkov
-23
/
+10
2023-02-10
Rollup merge of #107831 - nnethercote:query-refactoring, r=oli-obk
Matthias Krüger
-35
/
+20
2023-02-10
Auto merge of #102963 - ilammy:xray-basic, r=estebank
bors
-0
/
+2
2023-02-09
Remove `QueryContext`.
Nicholas Nethercote
-34
/
+19
2023-02-09
Simplify `tls::enter_context`.
Nicholas Nethercote
-2
/
+2
2023-02-09
Parse "-Z instrument-xray" codegen option
Oleksii Lozovskyi
-0
/
+2
2023-02-07
Replace a command line flag with an env var to allow tools to initialize the ...
Oli Scherer
-1
/
+0
2023-02-05
rustc_interface: remove huge error imports
est31
-18
/
+16
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-15
/
+33
2023-01-29
Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk
bors
-0
/
+1
2023-01-27
Compute generator saved locals on MIR.
Camille GILLOT
-0
/
+9
2023-01-23
Replace terminator-based const eval limit
Bryan Garza
-0
/
+1
2023-01-23
Store the gctxt instead of fetching it twice.
Oli Scherer
-1
/
+1
2023-01-23
Make `output_filenames` a real query
Oli Scherer
-27
/
+13
2023-01-23
Remove another unneeded use of the resolver
Oli Scherer
-19
/
+23
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-4
/
+3
2023-01-17
Don't call closures immediately, use `try{}` blocks
Maybe Waffle
-4
/
+3
2023-01-16
Avoid one more call site to `Compiler::expansion`
Oli Scherer
-1
/
+1
2023-01-16
Move compiler input and ouput paths into session
Oli Scherer
-58
/
+42
2023-01-16
Group some commonly passed together values into a struct
Oli Scherer
-52
/
+34
2023-01-16
Remove redundant `input_path` field from `Config`
Oli Scherer
-5
/
+2
2023-01-16
remove some arguments that can also be fed at the caller side
Oli Scherer
-34
/
+26
2023-01-16
Remove `prepare_outputs`
Oli Scherer
-19
/
+9
2023-01-13
Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk
Matthias Krüger
-1
/
+11
2023-01-13
Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk
Matthias Krüger
-0
/
+1
2023-01-13
Warn when using panic-strategy abort for proc-macro crates
Lukas Wirth
-1
/
+11
2023-01-12
Feed the `features_query` instead of grabbing it from the session lazily
Oli Scherer
-0
/
+1
2023-01-12
Remove `output_filenames` field from TyCtxt and feed the query instead
Oli Scherer
-1
/
+1
2023-01-12
Remove `untracked_crate` field and instead pass it along with the resolver.
Oli Scherer
-2
/
+3
2023-01-12
Feed `crate_name` query
Oli Scherer
-1
/
+2
2023-01-12
Feed `resolutions` query instead of it being a thin wrapper around an untrack...
Oli Scherer
-3
/
+3
2023-01-12
Harden the pre-tyctxt query system against accidental recomputation
Oli Scherer
-48
/
+60
2023-01-12
Add log-backtrace option to show backtraces along with logging
Yuki Omoto
-0
/
+1
2023-01-10
Change type of box_noalias to bool
Tomasz Miąsko
-1
/
+1
2023-01-10
Change type of mutable_noalias to bool
Tomasz Miąsko
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-14
/
+11
2023-01-04
Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag
Michael Goulet
-1
/
+2
2023-01-04
Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd
Matthias Krüger
-5
/
+7
2023-01-02
Add json output to `-Zdump-mono-stats`
Joshua Nelson
-5
/
+7
2022-12-25
Ignore span references from diagnostics.
Camille GILLOT
-2
/
+11
[prev]
[next]