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
/
src
/
librustc_middle
/
ty
/
query
Age
Commit message (
Expand
)
Author
Lines
2020-05-22
Use `OnceCell` instead of `Once`
Dylan MacKenzie
-7
/
+7
2020-05-20
Rename some types describing native libraries
Vadim Petrochenkov
-2
/
+3
2020-05-15
implement type_implments_trait query
csmoe
-0
/
+12
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-1
/
+1
2020-05-07
Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk
bors
-1
/
+3
2020-05-02
Rollup merge of #71772 - cjgillot:ensure, r=petrochenkov
Dylan DPC
-0
/
+1
2020-05-02
Move ensure_sufficient_stack to data_structures
Simonas Kazlauskas
-1
/
+1
2020-05-02
Prevent stack overflow for deeply recursive code
Oliver Scherer
-1
/
+3
2020-05-02
Auto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r=Dylan-DPC
bors
-13
/
+0
2020-05-01
Remove leftover chalk types
Jack Huey
-13
/
+0
2020-05-01
Mark query function as must_use.
Camille GILLOT
-0
/
+1
2020-05-01
Move the DepNode construction to librustc_query_system.
Camille GILLOT
-7
/
+1
2020-05-01
Monomorphise load_from_disk_and_cache_in_memory.
Camille GILLOT
-1
/
+1
2020-04-28
Introduce ArenaStorage.
Camille GILLOT
-1
/
+1
2020-04-28
Allow the QueryCache to specify storage.
Camille GILLOT
-3
/
+11
2020-04-27
Use `LocalDefId` for `type_param_predicates` query
marmeladema
-0
/
+11
2020-04-22
Add `#[inline]` declarations
Dylan MacKenzie
-0
/
+1
2020-04-18
ty/instance: use `ParamEnvAnd` in the `resolve_instance` query.
Eduard-Mihai Burtescu
-11
/
+0
2020-04-11
Add `#[inline(always)]` to `into_query_param`
Dylan MacKenzie
-0
/
+2
2020-04-11
Apply suggestions from review
Dylan MacKenzie
-14
/
+20
2020-04-11
Use custom trait instead of `Into`
Dylan MacKenzie
-3
/
+23
2020-04-11
Simplify macro
Dylan MacKenzie
-57
/
+19
2020-04-11
Make query helpers on `TyCtxt` take `impl Into<DefId>`
Dylan MacKenzie
-23
/
+66
2020-04-05
Query-ify Instance::resolve
Aaron Hill
-0
/
+11
2020-04-02
direct imports for langitem stuff
Mazdak Farrokhzad
-1
/
+1
2020-04-02
use direct import for ErrorReported
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-0
/
+2485