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
/
test
/
ui
/
regions
Age
Commit message (
Expand
)
Author
Lines
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-59
/
+23
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-19
/
+19
2020-08-30
Auto merge of #75867 - estebank:async-lt-sugg-fix, r=matthewjasper
bors
-12
/
+36
2020-08-23
Account for async functions when suggesting new named lifetime
Esteban Küber
-12
/
+36
2020-08-22
Use smaller def span for functions
Aaron Hill
-24
/
+8
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-2
/
+2
2020-07-28
Remove in-place allocation and revert to separate methods for zeroed allocations
Tim Diekmann
-4
/
+2
2020-07-23
Auto merge of #74509 - matthewjasper:empty-verify, r=nikomatsakis
bors
-0
/
+101
2020-07-22
Further tweak wording of E0759 and introduce E0767
Esteban Küber
-14
/
+14
2020-07-22
Detect when `'static` obligation might come from an `impl`
Esteban Küber
-23
/
+5
2020-07-20
Use `ReEmpty(U0)` as the implicit region bound in typeck
Matthew Jasper
-0
/
+101
2020-07-14
Suggest boxing or borrowing unsized fields
Esteban Küber
-4
/
+4
2020-07-10
Tweak wording
Yuki Okushi
-19
/
+19
2020-07-10
Add a help to use `in_band_lifetimes` in nightly
Yuki Okushi
-0
/
+33
2020-06-22
WIP bless test and compare-mode=nll
Niko Matsakis
-27
/
+111
2020-06-22
move leak-check to during coherence, candidate eval
Niko Matsakis
-12
/
+6
2020-06-22
rewrite leak check to be based on universes
Niko Matsakis
-18
/
+7
2020-06-15
Change E0758 to E0759 to avoid conflict with #72912
Esteban Küber
-10
/
+10
2020-06-15
small tweaks
Esteban Küber
-5
/
+5
2020-06-15
Register new eror code
Esteban Küber
-1
/
+5
2020-06-15
review comments: wording
Esteban Küber
-17
/
+17
2020-06-15
Tweak wording and add error code
Esteban Küber
-20
/
+20
2020-06-15
Tweak output for overlapping required/captured spans
Esteban Küber
-36
/
+6
2020-06-15
Move overlapping span to a note
Esteban Küber
-24
/
+36
2020-06-15
Reduce verbosity of suggestion message and mention lifetime in label
Esteban Küber
-12
/
+12
2020-06-15
When `'static` is explicit, suggest constraining argument with it
Esteban Küber
-79
/
+110
2020-06-15
Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis
Ralf Jung
-2
/
+6
2020-05-30
Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements
Esteban Küber
-12
/
+6
2020-05-30
Tweak type parameter errors to reduce verbosity
Esteban Küber
-161
/
+24
2020-05-30
Update nll tests
Esteban Küber
-5
/
+5
2020-05-30
review comment: tweak wording and account for span overlap
Esteban Küber
-1
/
+1
2020-05-30
Account for returned `dyn Trait` evaluating to `'static` lifetime
Esteban Küber
-19
/
+30
2020-05-27
fix rebase
Esteban Küber
-4
/
+4
2020-05-27
Tweak output for mismatched impl item
Esteban Küber
-7
/
+7
2020-05-27
Name `RegionKind::ReVar` lifetimes in diagnostics
Esteban Küber
-7
/
+7
2020-05-27
Fix spacing of expected/found notes without a label
Esteban Küber
-30
/
+30
2020-05-25
Display information about captured variable in `FnMut` error
Aaron Hill
-2
/
+6
2020-05-22
Update tests
Matthew Jasper
-227
/
+59
2020-05-11
Fix hang in lexical_region_resolve
Matthew Jasper
-0
/
+7
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+1
2020-04-02
Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu
bors
-8
/
+8
2020-03-30
Add long error code for error E0226
Julien Philippon
-2
/
+2
2020-03-28
Make fields in `MemoryBlock` public
Tim Diekmann
-1
/
+1
2020-03-26
Remove alignment from `MemoryBlock`
Tim Diekmann
-5
/
+2
2020-03-26
Fix issues from review and unsoundness of `RawVec::into_box`
Tim Diekmann
-4
/
+7
2020-03-26
Overhaul of the `AllocRef` trait to match allocator-wg's latest consens
Tim Diekmann
-7
/
+7
2020-03-17
Update tests for erasing regions in typeck
Matthew Jasper
-21
/
+43
2020-03-03
Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu
Yuki Okushi
-7
/
+7
2020-03-03
Remove `usable_size` APIs
Tim Diekmann
-7
/
+7
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
[prev]
[next]