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
/
allocator
Age
Commit message (
Expand
)
Author
Lines
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-4
/
+29
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-5
/
+5
2021-03-09
add integration tests, unwind across FFI boundary
katelyn a. martin
-2
/
+16
2021-02-03
make Allocator object-safe
RustyYato
-0
/
+13
2020-12-04
Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`
Tim Diekmann
-13
/
+12
2020-11-22
Drop support for cloudabi targets
Lzu Tao
-2
/
+0
2020-10-02
Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)
Harald Hoyer
-1
/
+184
2020-09-22
a few more &mut self -> self changes
blitzerr
-1
/
+1
2020-09-22
fixing the test failure
blitzerr
-1
/
+2
2020-09-22
fixing the custom.rs
blitzerr
-1
/
+1
2020-09-21
Changing the alloc() to accept &self instead of &mut self
blitzerr
-1
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-8
/
+8
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-8
/
+10
2020-07-28
Remove in-place allocation and revert to separate methods for zeroed allocations
Tim Diekmann
-6
/
+6
2020-03-28
Make fields in `MemoryBlock` public
Tim Diekmann
-8
/
+8
2020-03-26
Remove alignment from `MemoryBlock`
Tim Diekmann
-4
/
+4
2020-03-26
Fix issues from review and unsoundness of `RawVec::into_box`
Tim Diekmann
-12
/
+12
2020-03-26
Overhaul of the `AllocRef` trait to match allocator-wg's latest consens
Tim Diekmann
-7
/
+7
2020-03-03
Remove `usable_size` APIs
Tim Diekmann
-4
/
+4
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+6
2020-01-31
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
bors
-1
/
+1
2020-01-27
Rename `Alloc` to `AllocRef`
Tim Diekmann
-2
/
+2
2020-01-24
Normalise diagnostics with respect to "the X is declared/defined here"
varkor
-1
/
+1
2019-11-28
rustc_metadata: Move `has_global_allocator` from session to cstore
Vadim Petrochenkov
-1
/
+1
2019-11-25
Tweak multiple allocators error
Esteban Küber
-7
/
+4
2019-09-15
Remove `with_legacy_ctxt`
Matthew Jasper
-0
/
+31
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+234
2019-07-24
syntax_ext: Reuse built-in attribute template checking for macro attributes
Vadim Petrochenkov
-1
/
+1
2019-07-24
syntax_ext: Turn `#[global_allocator]` into a regular attribute macro
Vadim Petrochenkov
-2
/
+29
2019-07-22
normalize use of backticks in compiler messages for librustc_allocator
Samy Kacimi
-2
/
+2
2019-07-19
normalize use of backticks in compiler messages for librustc_metadata
Samy Kacimi
-4
/
+4
2019-04-22
Remove double trailing newlines
varkor
-2
/
+0
2019-03-11
Update tests
Vadim Petrochenkov
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-77
/
+6
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+191