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
/
run-pass
/
allocator
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-234
/
+0
2019-07-24
syntax_ext: Improve and simplify code generated by `#[global_allocator]`
Vadim Petrochenkov
-4
/
+6
2019-07-24
syntax_ext: Turn `#[global_allocator]` into a regular attribute macro
Vadim Petrochenkov
-0
/
+46
2019-01-26
Replace deprecated ATOMIC_INIT consts
Mark Rousskov
-9
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-60
/
+0
2018-09-26
Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.
Felix S. Klock II
-0
/
+247
2018-09-06
Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...
Felix S. Klock II
-241
/
+0
2018-08-05
Fix test/run-pass
varkor
-2
/
+2
2018-06-11
Remove some '#[feature]' attributes for stabilized features
Simon Sapin
-3
/
+2
2018-06-11
Replace `impl GlobalAlloc for Global` with a set of free functions
Mike Hommey
-3
/
+3
2018-06-11
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
Mike Hommey
-6
/
+6
2018-04-14
Replace remaining uses of deprecated std::heap with std::alloc
Mike Hommey
-1
/
+1
2018-04-12
Rename alloc::Void to alloc::Opaque
Simon Sapin
-6
/
+6
2018-04-12
Use NonNull<Void> instead of *mut u8 in the Alloc trait
Mike Hommey
-1
/
+1
2018-04-12
Use the GlobalAlloc trait for #[global_allocator]
Simon Sapin
-19
/
+19
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-5
/
+1
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-0
/
+246