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
/
libstd
/
rt
/
crate_map.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-15
Issue #3511 - Rationalize temporary lifetimes.
Niko Matsakis
-9
/
+9
2014-01-07
std: Fill in all missing imports
Alex Crichton
-0
/
+2
2013-12-24
green: Allow specifying an IoFactory for pools
Alex Crichton
-1
/
+1
2013-12-11
Make 'self lifetime illegal.
Erik Price
-5
/
+5
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-6
/
+6
2013-11-24
std::rt: Fix crate_map on Win64
klutzy
-1
/
+6
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-3
/
+5
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-2
/
+0
2013-10-29
Register new snapshots
Alex Crichton
-15
/
+0
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-8
/
+30
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-2
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-3
/
+5
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-19
Use __morestack to detect stack overflow
Alex Crichton
-1
/
+1
2013-10-11
Remove support for older CrateMap versions
Florian Hahn
-170
/
+10
2013-10-06
get_crate_map returns an Option
Florian Hahn
-15
/
+24
2013-10-05
Add code for older crate map versions, bumped crate map version number
Florian Hahn
-38
/
+171
2013-10-05
Use &'self str instead of raw char pointer in ModEntry
Florian Hahn
-60
/
+54
2013-10-05
Use slice representation for module entries in CrateMap
Florian Hahn
-80
/
+42
2013-10-05
Use slice representation for child crate maps
Florian Hahn
-106
/
+126
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-09-27
auto merge of #9562 : alexcrichton/rust/snapshots, r=thestinger
bors
-12
/
+0
2013-09-27
Register new snapshots
Alex Crichton
-12
/
+0
2013-09-26
std and rustc: Convert users of c_str to use .with_c_str
Erick Tryzelaar
-2
/
+2
2013-09-24
Remove the annihilate function from the crate map. Fixes #8431
Luqman Aden
-17
/
+14
2013-09-23
Register new snapshots
Alex Crichton
-3
/
+3
2013-09-23
Find the cratemap at runtime on windows.
Luqman Aden
-2
/
+21
2013-09-19
Fix unresolved symbol error for the crate_map in libstd on os x.
Luqman Aden
-0
/
+7
2013-09-18
libstd/librustc: Make the crate_map a weak symbol that libstd links against.
Luqman Aden
-1
/
+2
2013-09-18
librustc/libstd: No longer pass crate_map to start.
Luqman Aden
-1
/
+12
2013-09-13
Convert rust_crate_map.cpp to Rust
Florian Hahn
-0
/
+200