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
/
liblog
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-27
rustfmt on liblog
Srinivas Reddy Thatiparthy
-4
/
+2
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-35
/
+15
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+1
2015-11-26
Auto merge of #30015 - petrochenkov:staged, r=brson
bors
-1
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-24
rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand
Nick Cameron
-5
/
+3
2015-11-12
liblog: deny warnings in doctests
Kevin Butler
-1
/
+3
2015-10-14
Remove the unnecessary local variable in set_logger.
Ms2ger
-2
/
+1
2015-10-13
Re-running updated rustfmt on liblog.
Jose Narvaez
-39
/
+39
2015-10-13
rustfmt suggested changes.
Jose Narvaez
-49
/
+69
2015-09-13
Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon
bors
-1
/
+0
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-19
/
+0
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-1
/
+0
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-3
/
+3
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+2
2015-08-11
rollup merge of #27622: eefriedman/https-url
Alex Crichton
-3
/
+3
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-3
/
+3
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-1
/
+1
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-4
/
+2
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+3
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-2
/
+3
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-2
/
+1
2015-05-29
add const_fn features
Niko Matsakis
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-3
/
+3
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+4
2015-03-24
rollup merge of #23630: nrc/coerce-tidy
Alex Crichton
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-2
/
+2
2015-03-21
std: Tweak rt::at_exit behavior
Alex Crichton
-1
/
+1
2015-03-20
Revert "Revert "std: Re-enable at_exit()""
Alex Crichton
-12
/
+28
2015-03-16
std: Stabilize the Write::flush method
Alex Crichton
-1
/
+0
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-7
/
+5
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-02-27
std: Stabilize the `env` module
Alex Crichton
-1
/
+0
2015-02-23
Rollup merge of #22696 - stepancheg:use-box, r=alexcrichton
Manish Goregaokar
-9
/
+11
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-9
/
+11
2015-02-21
Resolve barriers to changing column!() / line!() return type to u32 in #19284...
Brian Brooks
-2
/
+2
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-3
/
+3
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-1
/
+1
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+0
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-5
/
+5
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-6
/
+3
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
[next]