]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-05-03 Pascal HertleifFix Derive Notice for HashSet
2015-05-03 Pascal HertleifFix Derive Notice for HashMap
2015-05-03 Pascal HertleifClean up HashSet Examples
2015-05-03 Pascal HertleifHashSet Docs: Split First Paragraph
2015-05-03 Pascal HertleifClean up HashMap examples
2015-05-03 borsAuto merge of #25064 - tshepang:brevity, r=alexcrichton
2015-05-03 Tshepang Lekhonkhobedoc: make concat() and connect() examples brief
2015-05-02 borsAuto merge of #25058 - steveklabnik:gh25008, r=huonw
2015-05-02 borsAuto merge of #25038 - bluss:fat-pointer-cast, r=luqmana
2015-05-02 Steve KlabnikRevise @ in patterns section
2015-05-02 borsAuto merge of #25054 - bguiz:patch-1, r=steveklabnik
2015-05-02 borsAuto merge of #25045 - XuefengWu:1398_remove_ndebug...
2015-05-02 Brendan Graetz=BG= minor: ensure correct range bounds in concurreny...
2015-05-02 borsAuto merge of #25027 - Manishearth:deriving_attr, r...
2015-05-02 Manish GoregaokarRename AstBuilder::expr_int -> AstBuilder::expr_isize
2015-05-02 borsAuto merge of #25040 - mrsweaters:patch-1, r=alexcrichton
2015-05-02 borsAuto merge of #24980 - jooert:test-22468, r=pnkfelix
2015-05-02 borsAuto merge of #25028 - bluss:drain-string, r=alexcrichton
2015-05-02 borsAuto merge of #25015 - alexcrichton:rwlock-check-ret...
2015-05-02 Xuefeng Wufix doc:#1398 stop passing --cfg ndebug and uses -C...
2015-05-02 borsAuto merge of #24792 - alexcrichton:issue-24748, r...
2015-05-01 Jordan HumphreysCorrect typo in introduction
2015-05-01 Alex Crichtonstd: Don't use a wrapper for the float error type
2015-05-01 Ulrik Sverdruptypeck: Make sure casts to or from fat pointers are...
2015-05-01 borsAuto merge of #25006 - alexcrichton:unstable-indexing...
2015-05-01 borsAuto merge of #24778 - nagisa:managed-removal, r=huonw
2015-05-01 Ulrik Sverdrupsyntax: Avoid reallocating or copying in CodeMap::new_f...
2015-05-01 Ulrik Sverdrupcollections: Implement String::drain(range) according...
2015-05-01 Alex Crichtonstd: Remove index notation on slice iterators
2015-05-01 borsAuto merge of #24720 - critiqjo:stepby-sizehint, r...
2015-05-01 borsAuto merge of #25025 - Manishearth:rollup, r=Manishearth
2015-05-01 Manish GoregaokarRollup merge of #25021 - frewsxcv:an-utf, r=steveklabnik
2015-05-01 Manish GoregaokarRollup merge of #25020 - brson:current_dir, r=luqmana
2015-05-01 Manish GoregaokarRollup merge of #25014 - frewsxcv:patch-20, r=alexcrichton
2015-05-01 Manish GoregaokarRollup merge of #25010 - huonw:inline-int-extremes...
2015-05-01 Manish GoregaokarRollup merge of #25002 - steveklabnik:gh24767, r=alexcr...
2015-05-01 Manish GoregaokarRollup merge of #24998 - steveklabnik:fix_links, r...
2015-05-01 Manish GoregaokarRollup merge of #24994 - steveklabnik:gh24977, r=alexcr...
2015-05-01 Manish GoregaokarRollup merge of #24992 - steveklabnik:gh24730, r=alexcr...
2015-05-01 Manish GoregaokarRollup merge of #24991 - steveklabnik:gh24852, r=alexcr...
2015-05-01 Manish GoregaokarRollup merge of #24988 - semarie:unused-pid_t, r=alexcr...
2015-05-01 Manish GoregaokarRollup merge of #24983 - vhbit:ios-raw, r=sanxiyn
2015-05-01 Manish GoregaokarRollup merge of #24982 - poga:fix-incorrect-doc-formatt...
2015-05-01 Manish GoregaokarRollup merge of #24981 - carols10cents:remove-more...
2015-05-01 Manish GoregaokarAdd test for custom deriving plugins which rely on...
2015-05-01 critiqjoiterator: Add `StepBy::size_hint` method
2015-05-01 borsAuto merge of #24965 - arielb1:instant-reject, r=nikoma...
2015-05-01 Simonas KazlauskasRemove Managed
2015-05-01 borsAuto merge of #24793 - aturon:io-error-any, r=alexcrichton
2015-05-01 Corey FarwellReplaces instanced of 'an UTF' with 'a UTF'
2015-05-01 Manish GoregaokarGive access to field attributes in ext::deriving
2015-05-01 Aaron TuronAdd downcasting to std::error::Error
2015-05-01 Brian Andersondoc: current_dir returns a PathBuf, not a Path
2015-04-30 borsAuto merge of #24989 - alexcrichton:rustdoc-associated...
2015-04-30 Alex Crichtonstd: Always check for EDEADLK in rwlocks on unix
2015-04-30 Alex Crichtonstd: Favor cfg! over #[cfg] in unix rwlocks
2015-04-30 Corey FarwellRemove unnecessary 'mut' qualifier on doc-comment var
2015-04-30 Huon WilsonMark the {min,max}_value functions on integers #[inline].
2015-04-30 Steve KlabnikClarify intention wrt integers
2015-04-30 borsAuto merge of #24978 - jooert:test-24446, r=alexcrichton
2015-04-30 Steve KlabnikFix broken links in the book.
2015-04-30 Steve KlabnikDescribe (a,) vs (a) in docs
2015-04-30 borsAuto merge of #24975 - michaelsproul:enum-diagnostics...
2015-04-30 Steve KlabnikFix code sample, remove unstable code
2015-04-30 Steve KlabnikFix two issues with TRPL: unsized types
2015-04-30 Ariel Ben-Yehudaaddress review comments
2015-04-30 borsAuto merge of #24924 - carols10cents:grammar-improvemen...
2015-04-30 Alex Crichtonrustdoc: Fix rendering associated constants
2015-04-30 Sébastien Marieremove denied unused import: pid_t in raw
2015-04-30 borsAuto merge of #24902 - bombless:configure, r=pnkfelix
2015-04-30 Valerii HioraFixed iOS build
2015-04-30 York XiangMention --enable-optimize for --enable-debug
2015-04-30 Poga Poremove newline within link tag
2015-04-30 Ariel Ben-YehudaUse hash-tables in trait selection
2015-04-30 Ariel Ben-YehudaStop using Rc in TraitRef and TraitDef
2015-04-30 borsAuto merge of #24892 - robinst:issue-24407-E0010, r...
2015-04-30 Johannes OertelAdd regression test for #22468
2015-04-30 Michael SproulAdd long diagnostics for enum repr errors.
2015-04-30 Johannes OertelAdd regression test for #24446
2015-04-30 borsAuto merge of #24842 - GBGamer:patch-3, r=steveklabnik
2015-04-30 borsAuto merge of #24970 - Hech:master, r=steveklabnik
2015-04-30 borsAuto merge of #24960 - tynopex:patch-doc, r=alexcrichton
2015-04-30 Carol NicholsRemove `priv` from tests that aren't testing deprecated...
2015-04-30 Carol NicholsRemove mention of 'priv'; visibility is either PUB...
2015-04-30 Carol NicholsRemove lingering mention of 'priv' in the reference
2015-04-30 borsAuto merge of #24884 - michaelsproul:extended-errors...
2015-04-30 Robin StockerAdd error explanation for E0010
2015-04-30 Hechdocs: link fix
2015-04-30 borsAuto merge of #24967 - alexcrichton:rollup, r=alexcrichton
2015-04-30 Alex CrichtonTest fixes and rebase conflicts
2015-04-29 Michael SproulAdd metadata output to the diagnostics system.
2015-04-29 Alex Crichtonrollup merge of #24921: tamird/bitflags-associated...
2015-04-29 Alex Crichtonrollup merge of #24873: alexcrichton/fix-windows-stdio
2015-04-29 Alex Crichtonrollup merge of #24962: tamird/unignore-android-tests
2015-04-29 Alex Crichtonrollup merge of #24961: nham/net_docs_cleanup
2015-04-29 Alex Crichtonrollup merge of #24953: tamird/android-pie
2015-04-29 Alex Crichtonrollup merge of #24952: pnkfelix/put-back-missing-dash...
2015-04-29 Alex Crichtonrollup merge of #24945: pnkfelix/fixes-for-dash-g-handling
2015-04-29 Alex Crichtonrollup merge of #24935: pnkfelix/lint-repr-c-drop
2015-04-29 Alex Crichtonrollup merge of #24933: oli-obk/patch-1
next