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
2012-02-03
Make macro arg optional in syntax, again untested.
Kevin Atkinson
-14
/
+41
2012-02-03
Add support for recognizing macro body, completely untested.
Kevin Atkinson
-16
/
+43
2012-02-03
Change the type for the macro body to also store the span.
Kevin Atkinson
-10
/
+13
2012-02-03
When replacing $(...) with $0 preserve spacing for better error messages.
Kevin Atkinson
-7
/
+19
2012-02-03
Expand result of quasi-quote.
Kevin Atkinson
-3
/
+9
2012-02-03
Implement anti-quotes.
Kevin Atkinson
-12
/
+93
2012-02-03
Implement "replace" function.
Kevin Atkinson
-1
/
+23
2012-02-03
Implement basic quasi-quoter. No anti-quotes yet.
Kevin Atkinson
-7
/
+40
2012-02-03
Rename AST builders to use uniform naming scheme. Also add a few more.
Kevin Atkinson
-46
/
+68
2012-02-03
Add support for parsing quasi-quotes, doesn't do anything useful yet.
Kevin Atkinson
-2
/
+74
2012-02-03
Move useful ast building functions into their own module.
Kevin Atkinson
-39
/
+50
2012-02-03
Add function to get a code snippet from a span,
Kevin Atkinson
-3
/
+40
2012-02-03
Fix byte_len in char_len_range to be what it is advertised.
Kevin Atkinson
-3
/
+3
2012-02-03
correct to use enum keyword
Niko Matsakis
-1
/
+1
2012-02-03
Fix prefixing of logging paths with crate name
Marijn Haverbeke
-3
/
+4
2012-02-03
rustdoc: Add various sorting passes
Brian Anderson
-1
/
+71
2012-02-03
Fix tests for str::le patch
Marijn Haverbeke
-35
/
+10
2012-02-03
core: rename str::lteq to str::le
Tom Lee
-10
/
+10
2012-02-03
Clean up and update trans::ty_ctxt type definition
Marijn Haverbeke
-66
/
+37
2012-02-03
Start on in-crate monomorphizing
Marijn Haverbeke
-125
/
+169
2012-02-03
std: rename sort::lteq to sort::le.
Tom Lee
-17
/
+17
2012-02-03
Store item paths in ast_map, get rid of trans::local_ctxt
Marijn Haverbeke
-400
/
+383
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-388
/
+24
2012-02-02
rt: Change the win32 event object to an auto-reset event
Brian Anderson
-1
/
+1
2012-02-02
rt: Remove lock_and_signal::signal_all
Brian Anderson
-18
/
+1
2012-02-02
rt: Remove lock_and_signal::timed_wait
Brian Anderson
-36
/
+2
2012-02-02
rt: Stop waking up the scheduler on a timer
Brian Anderson
-1
/
+1
2012-02-02
rt: Remove unused arguments in rust_scheduler
Brian Anderson
-7
/
+7
2012-02-02
rt: Simplify reap_dead_tasks
Brian Anderson
-28
/
+4
2012-02-02
rt: Remove rust_scheduler::interrupt_flag. Unused
Brian Anderson
-6
/
+0
2012-02-02
rt: Only wake up all schedulers when no tasks are left
Brian Anderson
-9
/
+25
2012-02-02
rt: Do all signalling while holding a lock
Brian Anderson
-9
/
+5
2012-02-02
rt: Remove bogus task reaping from the scheduler
Brian Anderson
-14
/
+4
2012-02-02
rt: Remove rust_task::can_schedule. Does nothing
Brian Anderson
-20
/
+5
2012-02-02
rt: Remove running_on flag. Does nothing
Brian Anderson
-9
/
+1
2012-02-02
rt: Remove task pinning. Does nothing
Brian Anderson
-82
/
+9
2012-02-02
rt: Rename task_sleep intrinsic to task_yield. Remove usec param
Brian Anderson
-45
/
+28
2012-02-02
rt: Remove yield timers
Brian Anderson
-12
/
+4
2012-02-02
rt: Remove bitrotted tests
Brian Anderson
-303
/
+0
2012-02-02
rt: Generate intrinsics
Brian Anderson
-71
/
+85
2012-02-02
rt: Fix intrinsics bustage
Brian Anderson
-1
/
+2
2012-02-02
Update libuv.
Graydon Hoare
-144
/
+127
2012-02-02
Win32 warning police.
Graydon Hoare
-115
/
+116
2012-02-02
Add test case for issue #1733
Marijn Haverbeke
-0
/
+2
2012-02-02
Fix assumption in mut.rs that op overloading breaks
Marijn Haverbeke
-4
/
+1
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-13
/
+258
2012-02-01
Rename str::char_slice -> str::slice
Kevin Cantu
-28
/
+28
2012-02-01
Make the tests work, too
Kevin Cantu
-3
/
+9
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-86
/
+39
2012-02-01
Stop exporting str::slice and str::safe_slice (use unsafe instead)
Kevin Cantu
-2
/
+2
[next]