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
/
libcore
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-6
/
+11
2015-01-09
Re-reduce libstd macro duplication
Keegan McAllister
-2
/
+7
2015-01-08
Remove warning from the libraries.
Huon Wilson
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-3
/
+6
2015-01-06
Minor fallout/update FOLLOW sets
Corey Richardson
-4
/
+4
2015-01-06
Register new snapshots
Alex Crichton
-7
/
+0
2015-01-06
Stricter rules surrounding adjacent nonterminals and sequences
Corey Richardson
-1
/
+4
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+0
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-22
/
+177
2014-12-30
Register new snapshots
Alex Crichton
-53
/
+0
2014-12-29
rollup merge of #20191: lifthrasiir/double-debug_assert
Alex Crichton
-11
/
+1
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-0
/
+34
2014-12-24
core: Removed a shadowed, unused definition of `debug_assert!`.
Kang Seonghoon
-11
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-19
/
+20
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-11
/
+4
2014-10-29
Rename fail! to panic!
Steve Klabnik
-10
/
+10
2014-09-28
Defailbloat fail!(&'static str)
Tobba
-2
/
+2
2014-09-25
Rename `begin_unwind_string` to `fail_str`, refs #16114
Florian Hahn
-2
/
+2
2014-09-24
Rename `core::failure::begin_unwind` to `fail_impl`, refs #16114
Florian Hahn
-2
/
+2
2014-08-30
Defailbloat fail!(string)
Tobba
-3
/
+4
2014-08-11
core/std: squash dead_code warnings from fail! invocations.
Huon Wilson
-4
/
+9
2014-07-28
Use correct conventions for static
Brian Anderson
-2
/
+2
2014-07-25
Put the struct passed to unwinding functions into a static
Brian Anderson
-1
/
+2
2014-07-25
Make most of the failure functions take &(&'static str, uint)
Brian Anderson
-1
/
+1
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-10
/
+0
2014-06-11
sync: Move underneath libstd
Alex Crichton
-0
/
+3
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-0
/
+14
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+31
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-0
/
+21
2014-05-15
core: Implement and export the try! macro
Alex Crichton
-0
/
+6
2014-05-15
core: Allow formatted failure and assert in core
Alex Crichton
-2
/
+25
2014-05-13
core: Allow using failure outside of libcore
Alex Crichton
-1
/
+1
2014-05-07
core: Add a limited implementation of failure
Alex Crichton
-0
/
+38
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-53
/
+0
2013-05-15
core::rt: Fix scheduling logic for enqueued tasks
Brian Anderson
-2
/
+2
2013-05-15
core::rt: Error handling for TcpStream.read
Brian Anderson
-2
/
+2
2013-05-14
core: Cleanup warnings
Brian Anderson
-1
/
+7
2013-05-14
rtdebug off
Brian Anderson
-2
/
+2
2013-05-14
core::rt Wire up logging to newsched tasks
Brian Anderson
-2
/
+2
2013-05-13
core::rt: Begin implementing TcpStream
Brian Anderson
-0
/
+8
2013-04-24
core: Turn off rtdebug logging
Brian Anderson
-2
/
+2
2013-04-23
core::rt: Tasks to not require an unwinder
Brian Anderson
-0
/
+39