]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-10-13 Vadim PetrochenkovTest and gate empty structures and variants better
2015-10-13 Vadim PetrochenkovProvide span for visit_struct_def + remove some dead...
2015-10-13 Vadim PetrochenkovRemove now redundant NodeId from Variant
2015-10-13 Vadim PetrochenkovDecouple structure kinds from NodeIds
2015-10-13 Vadim PetrochenkovUnify structures and enum variants in HIR
2015-10-13 Vadim PetrochenkovUnify structures and enum variants in AST
2015-10-13 borsAuto merge of #28993 - frewsxcv:regression-test-17336...
2015-10-13 borsAuto merge of #28987 - ahmedcharles:liballoc, r=brson
2015-10-12 borsAuto merge of #28986 - ahmedcharles:error-index-generat...
2015-10-12 Corey FarwellAdd regression test for #17336
2015-10-12 borsAuto merge of #28914 - steveklabnik:doc_iterator, r...
2015-10-12 Steve KlabnikWrite better module-level docs for std::iter
2015-10-12 borsAuto merge of #28985 - ahmedcharles:driver, r=nrc
2015-10-12 Ahmed CharlesRun rustfmt on error-index-generator.
2015-10-12 Ahmed CharlesRun rustfmt on driver.
2015-10-12 Ahmed CharlesRun rustfmt on liballoc.
2015-10-11 borsAuto merge of #28969 - chrisccerami:link_to_ffi_in_conc...
2015-10-11 borsAuto merge of #28973 - nrc:match-source, r=Manishearth
2015-10-11 Nick CameronProperly set the MatchSource for for loops
2015-10-11 borsAuto merge of #28960 - barosl:home-temp-dir-doc, r...
2015-10-11 borsAuto merge of #28948 - steveklabnik:gh28944, r=alexcrichton
2015-10-11 Chris C CeramiLink to FFI in Concurrency chapter
2015-10-11 borsAuto merge of #28966 - ykomatsu:trpl, r=steveklabnik
2015-10-11 borsAuto merge of #28964 - eminence:docfix, r=sfackler
2015-10-11 Yoshito KomatsuFix some typos
2015-10-11 borsAuto merge of #28965 - bluss:ptr-write-doc, r=huonw
2015-10-11 Ulrik Sverdrupcore: Update the safety docs for core::ptr::write
2015-10-11 Andrew ChinTrivial typo fix: from_utrf8 should be from_utf8
2015-10-11 Barosl LeeClarify the behavior of `std::env::home_dir` and `std...
2015-10-10 borsAuto merge of #28941 - jcaudle:rustfmt/librand-distribu...
2015-10-10 borsAuto merge of #28949 - iwillspeak:rustfmt-libflate...
2015-10-10 Will SpeakUpdate Libflate Formatting
2015-10-10 Steve KlabnikDiagnostic change: crate features -> crate root
2015-10-10 borsAuto merge of #28945 - shama:doc-typos, r=steveklabnik
2015-10-10 Kyle Robinson... doc: fixing typos
2015-10-10 borsAuto merge of #28922 - panicbit:trpl-missing-docs,...
2015-10-10 borsAuto merge of #28938 - GlenDC:master, r=Manishearth
2015-10-10 glendcWhitelisting PatWild for E0022. Fix #28822
2015-10-10 borsAuto merge of #28930 - steveklabnik:update_pr, r=stevek...
2015-10-10 borsAuto merge of #28920 - dotdash:const_align, r=eddyb
2015-10-10 borsAuto merge of #28928 - ykomatsu:trpl, r=Manishearth
2015-10-10 Joseph CaudleRun rustfmt on librand/distributions/normal.rs
2015-10-10 borsAuto merge of #28932 - barosl:empty-comment, r=alexcrichton
2015-10-10 borsAuto merge of #28861 - pnkfelix:fsk-nonparam-dropck...
2015-10-09 Björn SteinbrinkSet proper alignment on constants
2015-10-09 borsAuto merge of #28049 - steveklabnik:doc_write, r=alexcr...
2015-10-09 Björn SteinbrinkUse a proper C string for the gdb script section name
2015-10-09 Barosl LeePrevent `/**/` from being parsed as a doc comment
2015-10-09 borsAuto merge of #28926 - DanielKeep:syntax-index, r=steve...
2015-10-09 Steve KlabnikImprove docs for write!/writeln! macros
2015-10-09 borsAuto merge of #28929 - pnkfelix:expand-legal-cycles...
2015-10-09 Felix S. Klock IIreview comment: further refinement of comment above...
2015-10-09 Felix S. Klock IIAdded the param-blindness attribute to `Rc` and `Arc`.
2015-10-09 Jonathan HansfordSome tidying up
2015-10-09 Jonathan Hansford2nd to 3rd person
2015-10-09 Felix S. Klock IIMajor revision to the dropck_legal_cycles test.
2015-10-09 borsAuto merge of #27897 - sfackler:cursor-box-slice, r...
2015-10-09 Steven FacklerImplement Read, BufRead, Write and Seek for Cursor...
2015-10-09 Yoshito KomatsuFix GitHub
2015-10-09 panicbittrpl: mention doc(hidden)
2015-10-09 Felix S. Klock IIreview comment: point out that the dropck analysis...
2015-10-09 Daniel KeepCorrections to syntax index.
2015-10-09 panicbittrpl: missing documentation wording
2015-10-09 Felix S. Klock IIrevise cfail test, removing ugeh attribute that was...
2015-10-09 Daniel KeepExpanded entries for generics.
2015-10-09 borsAuto merge of #28857 - nrc:lowering, r=nikomatsakis
2015-10-09 Daniel KeepIntroduces a "Syntax Index" chapter to TRPL.
2015-10-09 Nick Cameronreview comments
2015-10-09 borsAuto merge of #28869 - alexcrichton:allocator-dox,...
2015-10-09 borsAuto merge of #28817 - dcarral:installing_rust_v130...
2015-10-09 borsAuto merge of #28919 - huonw:placement-tracking-issue...
2015-10-09 borsAuto merge of #28888 - arielb1:variant-ctor, r=eddyb
2015-10-09 panicbittrpl: mention missing_docs lint
2015-10-08 Huon WilsonPoint `placement_in_syntax`/`box_syntax` lang features...
2015-10-08 Nick Cameronrustfmt'ing
2015-10-08 Nick CameronMisc fixups
2015-10-08 Nick CameronAdd a comment
2015-10-08 Nick CameronSome cleanup of no longer used AST things
2015-10-08 Nick CameronCache ids between lowering runs
2015-10-08 Nick CameronMake save-analysis work for `if let` etc.
2015-10-08 Nick Cameronhygiene for `for` loops, `if let`, `while let`
2015-10-08 Nick CameronFix stability
2015-10-08 Nick CameronFixes to rustdoc, etc.
2015-10-08 Nick CameronMove placement in desugaring to lowering
2015-10-08 Nick Cameronif let and while let
2015-10-08 Nick CameronFor loops in save-analysis
2015-10-08 Nick CameronMove `for` loop desugaring to lowering
2015-10-08 Nick CameronAdd a lowering context
2015-10-08 borsAuto merge of #28900 - cristicbz:typos, r=alexcrichton
2015-10-08 Felix S. Klock IIplacate check-pretty via comment rearrangement.
2015-10-08 borsAuto merge of #27197 - nwin:generic-cursor-impl, r...
2015-10-08 Alex Crichtonbook: Add documentation on custom allocators
2015-10-08 borsAuto merge of #28913 - steveklabnik:rollup, r=steveklabnik
2015-10-08 Cristi Cobzarencotypos: fix a grabbag of typos all over the place
2015-10-08 Steve KlabnikRollup merge of #28910 - frewsxcv:patch-26, r=steveklabnik
2015-10-08 Steve KlabnikRollup merge of #28908 - GuillaumeGomez:patch-2, r...
2015-10-08 Steve KlabnikRollup merge of #28905 - tshepang:typo, r=steveklabnik
2015-10-08 Steve KlabnikRollup merge of #28904 - panicbit:trpl-derive, r=stevek...
2015-10-08 Steve KlabnikRollup merge of #28893 - steveklabnik:gh28687, r=nikoma...
2015-10-08 Steve KlabnikRollup merge of #28872 - iwillspeak:master, r=Manishearth
next