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
Age
Commit message (
Expand
)
Author
Lines
2020-03-26
move feature-gate-negative-impls test to traits/negative-impls
Niko Matsakis
-0
/
+0
2020-03-26
convert to doc comments
Niko Matsakis
-4
/
+4
2020-03-26
bump negative impls version to 1.44.0
Niko Matsakis
-1
/
+1
2020-03-26
create a tracking issue and link to it
Niko Matsakis
-8
/
+8
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-111
/
+330
2020-03-26
make a custom error for overlap with negative impls
Niko Matsakis
-187
/
+271
2020-03-26
permit negative impls for non-auto traits
Niko Matsakis
-101
/
+328
2020-03-26
simplify match stmt
Bastian Kauschke
-5
/
+1
2020-03-26
trait_bound_spans -> sized_trait_bound_spans
Mazdak Farrokhzad
-3
/
+3
2020-03-26
parse: recover on `const fn()` / `async fn()`.
Mazdak Farrokhzad
-23
/
+215
2020-03-26
Don't allow access to the Session.
Camille GILLOT
-9
/
+9
2020-03-26
Rename read_query_job -> current_query_job and simplify it.
Camille GILLOT
-22
/
+18
2020-03-26
Add comment.
Camille GILLOT
-0
/
+2
2020-03-26
Simplify generics on try_start.
Camille GILLOT
-5
/
+4
2020-03-26
Move generics on QueryCache.
Camille GILLOT
-23
/
+23
2020-03-26
Prune dependencies.
Camille GILLOT
-3
/
+1
2020-03-26
Retire DepGraphSafe and HashStableContext.
Camille GILLOT
-151
/
+29
2020-03-26
Access QueryStateShard directly.
Camille GILLOT
-19
/
+5
2020-03-26
Unify key types in get_lookup.
Camille GILLOT
-4
/
+4
2020-03-26
Rustfmt.
Camille GILLOT
-251
/
+246
2020-03-26
Make librustc compile.
Camille GILLOT
-7
/
+773
2020-03-26
Make librustc_query_system compile.
Camille GILLOT
-785
/
+54
2020-03-26
Move query system to librustc_query_system.
Camille GILLOT
-0
/
+0
2020-03-26
Make get_query into an extension trait.
Camille GILLOT
-29
/
+55
2020-03-26
Generalise Query starting.
Camille GILLOT
-76
/
+122
2020-03-26
Generalise JobOwner::try_start.
Camille GILLOT
-18
/
+13
2020-03-26
Generalise try_get_cached.
Camille GILLOT
-11
/
+17
2020-03-26
Move HashStable bound to the trait definition.
Camille GILLOT
-10
/
+4
2020-03-26
Parametrise by try_collect_active_jobs.
Camille GILLOT
-69
/
+78
2020-03-26
Generalise QueryLatch.
Camille GILLOT
-10
/
+20
2020-03-26
Decouple from DepKind.
Camille GILLOT
-12
/
+22
2020-03-26
Generalise QueryJobId.
Camille GILLOT
-30
/
+30
2020-03-26
Make QueryContext a subtrait of DepContext.
Camille GILLOT
-7
/
+9
2020-03-26
Make QueryCache generic on the context.
Camille GILLOT
-46
/
+50
2020-03-26
Make QueryDescription parameter a type.
Camille GILLOT
-27
/
+40
2020-03-26
Make QueryAccessor argument a type.
Camille GILLOT
-89
/
+127
2020-03-26
Make QueryConfig argument a type.
Camille GILLOT
-8
/
+6
2020-03-26
Throw error when encountering `...` instead of `..` while destructing a pattern
Rakshith Ravi
-0
/
+57
2020-03-26
Refactor code
PankajChaudhary5
-1
/
+1
2020-03-26
Auto merge of #70391 - RalfJung:miri, r=RalfJung
bors
-7
/
+7
2020-03-26
update miri
Ralf Jung
-7
/
+7
2020-03-26
Add long error explanation for E0703
PankajChaudhary5
-1
/
+21
2020-03-26
Convert a chained if-else to a match.
Nicholas Nethercote
-33
/
+42
2020-03-26
Introduce `EmitObj`.
Nicholas Nethercote
-49
/
+64
2020-03-26
Rollup merge of #70395 - ehuss:update-cargo, r=ehuss
Mazdak Farrokhzad
-0
/
+0
2020-03-26
Rollup merge of #70389 - Centril:borrowck-no-underscores, r=mark-i-m
Mazdak Farrokhzad
-135
/
+119
2020-03-26
Rollup merge of #70386 - Centril:patty, r=estebank
Mazdak Farrokhzad
-12
/
+52
2020-03-26
Rollup merge of #70375 - RalfJung:check-defined-err, r=oli-obk
Mazdak Farrokhzad
-5
/
+11
2020-03-26
Rollup merge of #69878 - estebank:chained-ops, r=Centril
Mazdak Farrokhzad
-166
/
+202
2020-03-26
Rollup merge of #69866 - estebank:guess_head_span, r=eddyb
Mazdak Farrokhzad
-71
/
+89
[prev]
[next]